home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / c_lang / strpp31.zip / README < prev    next >
Text File  |  1994-04-18  |  3KB  |  74 lines

  1.  
  2.                          String++ Version 3.1
  3.  
  4.                   Copyright (c)1994 by Carl Moreland
  5.                                04/13/94
  6.  
  7. -----------------------------------------------------------------------
  8.     String++ is a string class for Borland C++ or TurboC++. The distri-
  9. buted files are:
  10.  
  11.     str.h        header file for String++
  12.     str.cpp        source code for String++
  13.     str.doc        documentation file
  14.     str.his        revision history
  15.     demo.cpp    demo of string methods
  16.     regexp.*    regular expression class
  17.     filestr.*    FileString class
  18.     parsestr.*    ParseString class
  19.     readme        this file
  20.  
  21. A demonstration of most of the string methods is contained in demo.cpp.
  22. To run the demo, simply compile and link str.cpp, regexp.cpp, and 
  23. demo.cpp.
  24.  
  25. -----------------------------------------------------------------------
  26. This software may be distributed and used according to the following
  27. rules:
  28.  
  29. - You may modify this software in any way you see fit and use it for
  30.   any purpose you wish, including use in software that is sold for pro-
  31.   fit.
  32.  
  33. - All distributed copies of this software MUST be original and unmodi-
  34.   fied and include all files listed above. You may NOT distribute any 
  35.   of the source code as part of another program.
  36.  
  37. - You may NOT charge any fee for this software, without written permis-
  38.   sion from the author, except for the case of electronic bulletin
  39.   boards which normally charge for connect time and for Public Domain/
  40.   Shareware/Freeware distributers which charge a nominal media and 
  41.   handling fee.
  42.  
  43. - The author retains all rights to the source code and to the name
  44.   "String++".
  45.  
  46. -----------------------------------------------------------------------
  47. If you find String++ useful, a $10 contribution would be greatly appre-
  48. ciated. Comments, suggestions, and bug reports are also welcomed. Send
  49. them to:
  50.  
  51.     Carl Moreland
  52.     4314 Filmore Rd
  53.     Greensboro, NC 27409
  54.  
  55.     Internet: carl.moreland@analog.com
  56.     CompuServe: 72137,2657
  57.  
  58. For a faster response, CompuServe users should send questions, etc. to
  59. the Internet address listed. This can be done in CompuServe mail by
  60. using the address
  61.  
  62.     INTERNET: carl.moreland@analog.com
  63.  
  64. The latest version of this software can be found on CompuServe in the
  65. Borland C++ forum (GO BCPPDOS, Lib 6, strpp.zip) or on Internet in the
  66. Simtel20 archives (oak.oakland.edu or ftp.uu.net, strppXXX.zip).
  67.  
  68. If you have an Internet address (which includes CompuServe members) 
  69. and you want a formatted PostScript version of str.doc, send me an 
  70. email message and I will send you the file. CompuServe members should 
  71. send the request to INTERNET:carl.moreland@analog.com using CompuServe 
  72. mail. Please do not leave the request on CompuServe.
  73. -----------------------------------------------------------------------
  74.